1 <Window x:Class="CSWin7Direct2D.MainWindow"
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 xmlns:dx="clr-namespace:Microsoft.WindowsAPICodePack.DirectX.Controls;assembly=Microsoft.WindowsAPICodePack.DirectX.Controls"
5 Title="Window 7 Direct2D Demo" Height="600" Width="1000" ResizeMode="NoResize">
7 <dx:DirectHost x:Name="host" Loaded="Host_Loaded"/>